home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / UTILITIE / CONVERSI / 1396.ZIP / LOWCASE.DOC < prev    next >
Text File  |  1986-12-18  |  552b  |  21 lines

  1. -------------------------------------------------------------------------------
  2.  LOWCASE
  3. -------------------------------------------------------------------------------
  4. Summary:
  5.  
  6.      lowcase [< filename] 
  7.  
  8.  
  9. LOWCASE is a text filter that takes the standard input and converts all 
  10. letters to lowercase before placing the result on standard output.
  11.  
  12. Examples:
  13.  
  14. Display the current directory in lowercase.
  15.  
  16.      dir | lowcase
  17.  
  18. Display the contents of the file named lowcase.asm on the screen in lowercase.
  19.  
  20.      lowcase < lowcase.asm
  21.